home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / vax.arc / VBS.DOC < prev   
Encoding:
Text File  |  1985-04-18  |  1.6 KB  |  53 lines

  1. James P. Egan
  2. Vine Brook Software Inc.
  3. 59 Brook Street
  4. Medfield, MA  02052-2002
  5.  
  6.  
  7. Utilities Syntax and notes.
  8.  
  9.  
  10. Erase with Query - ERAQ
  11.  
  12. Syntax: ERAQ [[d:][<pathname>][<filename>]]
  13.  
  14.     If only ERAQ is entered, you will be prompted for filename.
  15.     When a matching file is found, you will be prompted for a yes/no
  16.     answer to determine whether or not to erase the file.
  17.     If a fully qualified filename is used the file is erased without
  18.     a prompt.
  19.  
  20.  
  21. Park the heads - PARK
  22.  
  23. Syntax: PARK
  24.  
  25.     The hard disk heads will be parked at the highest known "DOS"
  26.     cylinder plus one and the cpu halted.  If your system has a reset
  27.     button you may reset to re-boot.  Otherwise, you must power off/on
  28.     to re-boot.
  29.  
  30.  
  31. Color selection program - COLOR
  32.  
  33. Syntax: COLOR [/S [<f/g>],[<b/g>],[<intensity>],[<border>]]
  34.  
  35.     If only COLOR is entered, the program operates interactively with
  36.     prompts.  The "/S" option is primarily for use in batch files or as
  37.     a command to reset to the default colors (white on black with black
  38.     border.  The color codes are same as BASIC (7=white, etc.).  Intensity
  39.     is 0=low, 1=high.
  40.  
  41.  
  42. Modify date/time on a file - DT
  43.  
  44. Syntax: DT
  45.  
  46.     You are prompted for drive/path/filename.  Default and current drive
  47.     and path are supported as are * and ? wildcard conventions.  You are
  48.     prompted for date and time, and informed of the files whose date and
  49.     time have been changed.  [I find this program very useful in tracking
  50.     different releases of a product.  I make the date equal to the release
  51.     date and the time equal to the version number with AM/PM indicating
  52.     Alpha-test or Production, or Actual or Pre-release.]
  53.